home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / TCL1 / CEDITOR_ / CEDITORP.H < prev    next >
Text File  |  1992-01-12  |  223b  |  17 lines

  1. /****
  2.  * CEditorPane.h
  3.  *
  4.  *    A text edit pane for a tiny editor.
  5.  *
  6.  ****/
  7.  
  8.  
  9. #define _H_CEditorPane
  10.  
  11. #include "CEditor.h"
  12.  
  13. struct CEditorPane : CEditor {
  14.  
  15.     void    IEditorPane(CView *anEnclosure, CBureaucrat *aSupervisor);
  16. };
  17.